home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TUPDATEMSGDLG / TUPDATEMSGDLG.txt
Text File  |  2002-07-04  |  2KB  |  118 lines

  1. object UpdateMsgDlg: TUpdateMsgDlg
  2.   Left = 411
  3.   Top = 251
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Auto update'
  7.   ClientHeight = 160
  8.   ClientWidth = 334
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 24
  22.     Top = 8
  23.     Width = 286
  24.     Height = 26
  25.     Caption = 
  26.       'A new version of Foxmail is now available. Would you like to upd' +
  27.       'ate it now?'
  28.     WordWrap = True
  29.   end
  30.   object L_Days: TLabel
  31.     Left = 168
  32.     Top = 74
  33.     Width = 25
  34.     Height = 13
  35.     Caption = '&days.'
  36.     FocusControl = SE_NotifyDays
  37.     OnClick = L_DaysClick
  38.   end
  39.   object rbInstall: TRadioButton
  40.     Left = 40
  41.     Top = 48
  42.     Width = 265
  43.     Height = 17
  44.     Caption = '&Yes, update it now.'
  45.     Checked = True
  46.     TabOrder = 0
  47.     TabStop = True
  48.   end
  49.   object rbNoNotify: TRadioButton
  50.     Left = 40
  51.     Top = 96
  52.     Width = 265
  53.     Height = 17
  54.     Caption = 'N&ever notify me again.'
  55.     TabOrder = 1
  56.   end
  57.   object btnOK: TButton
  58.     Left = 80
  59.     Top = 128
  60.     Width = 75
  61.     Height = 25
  62.     Caption = '&OK'
  63.     ModalResult = 1
  64.     TabOrder = 2
  65.   end
  66.   object btnCancel: TButton
  67.     Left = 160
  68.     Top = 128
  69.     Width = 75
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = '&Cancel'
  73.     ModalResult = 2
  74.     TabOrder = 3
  75.   end
  76.   object rbNotifyDays: TRadioButton
  77.     Left = 40
  78.     Top = 72
  79.     Width = 81
  80.     Height = 17
  81.     Caption = '&Notify me in'
  82.     TabOrder = 4
  83.   end
  84.   object SE_NotifyDays: TSpinEdit
  85.     Left = 120
  86.     Top = 72
  87.     Width = 41
  88.     Height = 22
  89.     EditorEnabled = False
  90.     MaxLength = 2
  91.     MaxValue = 14
  92.     MinValue = 1
  93.     TabOrder = 5
  94.     Value = 7
  95.   end
  96.   object btnVisitWeb: TButton
  97.     Left = 240
  98.     Top = 127
  99.     Width = 75
  100.     Height = 25
  101.     Caption = '&Visit Web'
  102.     ModalResult = 2
  103.     TabOrder = 6
  104.     OnClick = btnVisitWebClick
  105.   end
  106.   object Language: TLanguage
  107.     LangCenter = DM_Language.LangCenter
  108.     OnTranslated = LanguageTranslated
  109.     Left = 304
  110.     Top = 88
  111.   end
  112.   object Timer: TTimer
  113.     OnTimer = TimerTimer
  114.     Left = 288
  115.     Top = 56
  116.   end
  117. end
  118.